home *** CD-ROM | disk | FTP | other *** search
- ========================================================================
- Instructions for using LIBMOTO on MkLinux
- ========================================================================
- The LIBMOTO library for MkLinux (named "libmoto.a") is a static ELF
- library. It can be used with the GNU tools by adding "-lmoto" to your
- command-line. For example:
-
- gcc -o myapp myapp.c -lmoto -lm
-
- When linking, make sure that the LIBMOTO library is linked first, before
- the standard math library. Otherwise, the LIBMOTO versions of these
- functions will be ignored.
-
- ========================================================================
- TECHNICAL SPECIFICATIONS:
- ========================================================================
- LIBMOTO MkLinux version replaces the following standard C functions:
-
- * cos * exp
- * sin * pow
- * log * atan
- * log10 * atan2
- * sqrt
-
- The version of LIBMOTO available herein is provided "as is". LIBMOTO is
- built for MkLinux for PowerPC.
-
- This Motorola library does not replace the standard MkLinux libraries.
- When used in conjunction with the standard libraries, the Motorola
- library offers performance improvements.
-
-
- ========================================================================
- POTENTIAL BUGS AND CONFLICTS:
- ========================================================================
- For full details on potential conflicts and other up-to-date reports,
- please visit the LIBMOTO web site at:
-
- http://www.mot.com/SPS/PowerPC/library/fact_sheet/libmoto.html
-
-
- ========================================================================
- FREQUENTLY ASKED QUESTIONS:
- ========================================================================
- The latest version of the LIBMOTO FAQ can be found at:
-
- http://www.mot.com/SPS/PowerPC/library/fact_sheet/libmoto_faq.html
-
-
- ========================================================================
- Feedback
- ========================================================================
- We welcome feedback regarding LIBMOTO. If you would like additional
- information, please contact us. Please send your comments or questions
- to:
-
- ppcinfo@risc.sps.mot.com
-
- ------------------------------------------------------------------------
- Copyright © 1996 by Motorola, Inc.
-